stubdoms: qemu monitor support
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 18 Jun 2009 09:20:17 +0000 (10:20 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 18 Jun 2009 09:20:17 +0000 (10:20 +0100)
commitd914b94a3f272e29be3137517f3665844e9442a4
tree3fba3f99609db168cd5cad5ee4c2130f6a2eb718
parent8f771d00bf535e52baa3864b06451a820de598a1
stubdoms: qemu monitor support

Add support for the qemu monitor in a stubdom, the same way the
emulated serial support was added few days ago.  The stubdom exports
the monitor as a pty and minios opens a console frontend; qemu in dom0
provides the correspondent backend for this additional pv console that
happens to be the qemu monitor.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
stubdom/stubdom-dm
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/image.py
tools/python/xen/xm/create.py